Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 10 - Group Objects / Group Objects Reference
Group Objects Routines / Managing Groups


Q3Group_EmptyObjects

You can use the Q3Group_EmptyObjects function to remove all objects from a group.

TQ3Status Q3Group_EmptyObjects (TQ3GroupObject group);
group
A group.
DESCRIPTION
The Q3Group_EmptyObjects function disposes of every object contained in the group specified by the group parameter, thereby effectively emptying the contents of the group. The group itself is not disposed of.

ERRORS
kQ3ErrorInvalidObject


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996